home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 3794 / 3794.xpi / chrome / skin / photoupload / photoupload.css < prev   
Cascading Style Sheet File  |  2009-08-13  |  984b  |  51 lines

  1. #facebook-photoupload {
  2.   padding: 10px;
  3. }
  4.  
  5. #existingAlbumPanel.loading-albums #loadingAlbumsLabel,
  6. #existingAlbumPanel:not(.loading-albums) #albumsList {
  7.   display: block;
  8. }
  9.  
  10. #existingAlbumPanel:not(loading-albums) #loadingAlbumsLabel,
  11. #existingAlbumPanel.loading-albums #albumsList {
  12.   display: none;
  13. }
  14.  
  15. #overviewPanelContainer {
  16.   padding: 10px 10px 10px 0px;
  17.   /* the minimum width should show just one thumbnail. make sure this is in
  18.      sync with the .photobox size overviewpanel.html */
  19.   min-width: 260px;
  20. }
  21.  
  22. #editPanel {
  23.   padding: 10px;
  24. }
  25.  
  26. #editImageContainer {
  27.   padding: 10px 5px;
  28. }
  29.  
  30. #editImageFrame {
  31.   /* Keep the size of the frame in sync with the max-width/max-height properties
  32.      of the img element in editimage.css */
  33.   width: 400px;
  34.   height: 250px;
  35.   -moz-box-shadow: gray 10px 10px 10px;
  36.   border: 3px solid #CCCCCC;
  37. }
  38.  
  39. #addPhotosButton {
  40.   font-size: 130%;
  41.   font-weight: bold;
  42. }
  43.  
  44. .upload-status.error {
  45.   color: red;
  46. }
  47.  
  48. #editTagList {
  49.   min-height: 60px;
  50. }
  51.